home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!zephyr.ens.tek.com!master!saab!billr
- From: billr@saab.tek.com (Bill Randle)
- Newsgroups: comp.sources.games
- Subject: v12i045: mdg - multiuser dungeon game, Patch3
- Message-ID: <911@masterCNA.TEK.COM>
- Date: 8 Mar 91 00:31:22 GMT
- Sender: news@masterCNA.TEK.COM
- Lines: 44
- Approved: billr@saab.CNA.TEK.COM
-
- Submitted-by: billr@saab.CNA.TEK.COM (Bill Randle)
- Posting-number: Volume 12, Issue 45
- Archive-name: mdg/Patch3
- Patch-To: mdg: Volume 12, Issue 44
- Environment: System V, SunOS 4.1, curses
-
- [As many of you have already discovered, a leading blank line
- was inadvertantly deleted from the official default file
- posted as Patch2. This diff just adds it back in. The Patch2
- file archived on 'uunet.uu.net' and 'saab' archives has been
- edited to add the blank line back in. -br]
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of shell archive."
- # Contents: patches03
- # Wrapped by billr@saab on Thu Mar 7 16:25:02 1991
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test -f 'patches03' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'patches03'\"
- else
- echo shar: Extracting \"'patches03'\" \(225 characters\)
- sed "s/^X//" >'patches03' <<'END_OF_FILE'
- X*** player/default.orig Thu Mar 7 16:23:31 1991
- X--- player/default Thu Mar 7 16:23:40 1991
- X***************
- X*** 1,3 ****
- X--- 1,4 ----
- X+
- X 50
- X 0 0 0 25 1 0 60 30 1 0 0 0 0
- X 0 0 1 0 0 0 0 0 0 0 0 0 0
- END_OF_FILE
- if test 225 -ne `wc -c <'patches03'`; then
- echo shar: \"'patches03'\" unpacked with wrong size!
- fi
- # end of 'patches03'
- fi
- echo shar: End of shell archive.
- exit 0
-